home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / wptools1 / demo / mdi_prj / childwin.dfm / childwin.txt
Encoding:
Text File  |  1996-09-15  |  1.1 KB  |  53 lines

  1. object MDIChild: TMDIChild
  2.   Left = 220
  3.   Top = 180
  4.   Width = 449
  5.   Height = 191
  6.   Caption = 'Untergeordnetes MDI'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object WPRichText1: TWPRichText
  20.     Left = 0
  21.     Top = 16
  22.     Width = 441
  23.     Height = 148
  24.     Cursor = crIBeam
  25.     Language = twpGerman
  26.     WPRuler = WPRuler1
  27.     ReadOnly = False
  28.     HyperLinkCursor = crDefault
  29.     NoBlockMarking = False
  30.     OneClickHyperlink = False
  31.     Zooming = 100
  32.     Resizing = 100
  33.     Align = alClient
  34.     BorderStyle = bsNone
  35.     Font.Color = clBlack
  36.     Font.Height = 0
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentColor = False
  40.     ScrollBars = ssBoth
  41.     TabOrder = 0
  42.     TabStop = True
  43.     WantTabs = True
  44.     OnChange = WPRichText1Change
  45.   end
  46.   object WPRuler1: TWPRuler
  47.     Top = 0
  48.     Width = 441
  49.     Align = alTop
  50.     ShowAllTabPos = False
  51.   end
  52. end
  53.